This repository has been archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Size Change: +15.6 kB (+2%) Total Size: 735 kB
ℹ️ View Unchanged
|
10xLaCroixDrinker
force-pushed
the
feature/update-all-the-things-v2
branch
2 times, most recently
from
March 14, 2024 20:58
0366fe8
to
f786cfa
Compare
10xLaCroixDrinker
force-pushed
the
feature/update-all-the-things-v2
branch
from
March 14, 2024 21:17
f786cfa
to
662847c
Compare
This reverts commit a2b48cd.
10xLaCroixDrinker
force-pushed
the
feature/update-all-the-things-v2
branch
from
March 15, 2024 09:15
2e30952
to
f3223e6
Compare
10xLaCroixDrinker
changed the title
chore(deps): update all the things / round 2
chore(deps): update all the things
Mar 15, 2024
10xLaCroixDrinker
force-pushed
the
feature/update-all-the-things-v2
branch
from
March 15, 2024 18:46
f8a7172
to
75521b8
Compare
10xLaCroixDrinker
force-pushed
the
feature/update-all-the-things-v2
branch
from
March 15, 2024 19:41
26d78e5
to
90341b6
Compare
10xLaCroixDrinker
force-pushed
the
feature/update-all-the-things-v2
branch
from
March 16, 2024 01:23
daa0dbf
to
3ecc7a3
Compare
10xLaCroixDrinker
force-pushed
the
feature/update-all-the-things-v2
branch
from
March 16, 2024 03:20
0ac58c5
to
92bcf79
Compare
Matthew-Mallimo
suggested changes
Mar 19, 2024
Matthew-Mallimo
approved these changes
Mar 19, 2024
guym4c
approved these changes
Mar 20, 2024
Merged
14 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR looks a lot bigger thant it really is. The vast majority of files changed were just eslint update related, and most of those were authomatic with
--fix
. While over 170 files have changed, less than 30 JS files have any changes that are not just from eslint. For all the files that are changed for other reasons, I explain each below. However, the bulk of this PR's impact is inpackage.json
&package-lock.json
. Every dependency that could be updated has been. Some dependencies have been removed because they were not used or were not necessary.Dependency Changes
Total count & node_modules size
Before: 2389 (950MB)
After: 1995 (447MB)
Deprecation warnings
Before: 22 warnings
complete log
After: 16 warnings
complete log
Vulnerabilities
Before: 20 vulnerabilities (9 moderate, 11 high)
After: 6 high severity vulnerabilities
Updated
*package was renamed
Removed (unused)
None of these were in use.
Removed (refactored)
Unchanged
Why not latest?
Each of these have been updated to the latest available/compatible version
npm scripts changes
File changes
These are all of the JS file changes that are not a direct result of the eslint update
__tests__/integration/helpers/moduleDeployments.js
__tests__/integration/helpers/moduleMap.js
__tests__/server/utils/devCdnFactory.spec.js
scripts/build-one-app-docker-setup.js
scripts/build-sample-modules.js
scripts/build-static-assets-artifact.js
scripts/deploy-prod-sample-module.js
scripts/utils.js
scripts/set-dev-endpoints.js
__tests__/server/utils/devCdnFactory.spec.js
src/server/utils/devCdnFactory.js
__mocks__
__tests__/server/utils/createCircuitBreaker.spec.js
src/server/metrics/__mocks__
src/server/utils/__mocks__/readJsonFile.js
__tests__/server/config/env/runTime.spec.js
__tests__/server/utils/heapdump.spec.js
__tests__/server/utils/stateConfig.spec.js
__tests__/server/utils/heapdump.spec.js
__tests__/server/utils/cdnCache.spec.js
__tests__/server/utils/watchLocalModules.spec.js
__tests__/server/utils/onModuleLoad.spec.jsx
src/server/utils/onModuleLoad.js
__tests__/integration/helpers/fetchOptions.js
.github
.husky
scripts/build-service-workers.js
getObjectValueAtPath
that was in src but only used in test and delete the tests for that src file__tests__/client/badPartMonkeypatches.spec.js
__tests__/server/utils/getObjectValueAtPath.spec.js
src/server/utils/getObjectValueAtPath.js
Types of Changes
Checklist:
What is the Impact to Developers Using One App?